How disable button jquery

103

jquery add disabled to button -

$("#button").attr("disabled", true);

How disable button jquery -

$( "button" ).prop( "disabled", true );

Comments

Submit
0 Comments